Phactory\Sql\Association::__construct PHP Метод

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

public __construct ( $to_table, $fk_column )
    public function __construct($to_table, $fk_column)
    {
        $this->_to_table = $to_table;
        $this->_fk_column = $fk_column;
    }