Amranidev\ScaffoldInterface\Attribute::__construct PHP Method

__construct() public method

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