Encore\Admin\Grid\Cell::__construct PHP Method

__construct() public method

public __construct ( $row, $column, $value = '' )
    public function __construct($row = 0, $column = 0, $value = '')
    {
        $this->row = $row;
        $this->column = $column;
        $this->value = $value;
    }