Selector::__construct PHP Method

__construct() public method

public __construct ( $fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null )
        public function __construct($fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null)
        {
            $this->fields = $fields;
            $this->predicates = $predicates;
            $this->dateRange = $dateRange;
            $this->ordering = $ordering;
            $this->paging = $paging;
        }