Skip to content

Добавить PHPDoc #10

@Geriler

Description

@Geriler

Как пример, файл app/Core/Model.php:

/**
 * The table's primary key.
 *
 * @var string
 */
protected $id = 'id';

/**
 * Name of database table
 *
 * @var string
 */
protected $table;

/**
 * An array of field names that are allowed
 * to be set by the user in inserts/updates.
 *
 * @var array
 */
protected $fields = [];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions