Pinq\Queries\SourceInfo::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $hash )
    public function __construct($hash)
    {
        $this->hash = $hash;
    }

Usage Example

예제 #1
0
 public function __construct(ITraversable $traversable)
 {
     parent::__construct(spl_object_hash($traversable));
     $this->traversable = $traversable;
 }
All Usage Examples Of Pinq\Queries\SourceInfo::__construct