Amranidev\ScaffoldInterface\Attribute::__construct PHP Метод

__construct() публичный Метод

Create new attribute instance.
public __construct ( $table )
$table
    public function __construct($table)
    {
        $this->table = $table;
    }