mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Add type hints for remaining classes
This commit is contained in:
parent
d7718218ad
commit
783c09864f
35 changed files with 212 additions and 210 deletions
|
@ -1,11 +1,10 @@
|
|||
<?
|
||||
|
||||
/**
|
||||
* @property string $Url
|
||||
*/
|
||||
class Tag extends PropertiesBase{
|
||||
public $TagId;
|
||||
public $Name;
|
||||
public $UrlName;
|
||||
protected $_Url;
|
||||
public int $TagId;
|
||||
public string $Name;
|
||||
public string $UrlName;
|
||||
protected ?string $_Url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue