Neos\Flow\ResourceManagement\ResourcePointer::__construct PHP Method

__construct() public method

Constructs this resource pointer
Deprecation:
public __construct ( string $hash )
$hash string
    public function __construct($hash)
    {
        $this->hash = $hash;
    }