Pheasant\Types\UnixTimestampType::unmarshal PHP Method

unmarshal() public method

* (non-phpdoc)
See also: Pheasant\Type::unmarshal
public unmarshal ( $value )
    public function unmarshal($value)
    {
        return new \DateTime('@' . $value);
    }