Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Pagekit\Database\ORM\Annotation; /** * @Annotation * @Target("PROPERTY..
Decoded Output download
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class BelongsTo implements Annotation
{
/** @var string */
public $targetEntity;
/** @var string */
public $keyFrom;
/** @var string */
public $keyTo;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class BelongsTo implements Annotation
{
/** @var string */
public $targetEntity;
/** @var string */
public $keyFrom;
/** @var string */
public $keyTo;
}
Function Calls
None |
Stats
MD5 | b6b8f212c611cfda53e0e4f834898bb6 |
Eval Count | 0 |
Decode Time | 86 ms |