KGzocha\Searcher\Criteria\OrderByCriteria::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( null | string $orderBy = null )
$orderBy null | string
    public function __construct($orderBy = null)
    {
        $this->orderBy = $orderBy;
    }