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 ManyToMany implements Annotation
{
/** @var string */
public $targetEntity;
/** @var string */
public $keyFrom;
/** @var string */
public $keyTo;
/** @var string */
public $keyThroughFrom;
/** @var string */
public $tableThrough;
/** @var string */
public $keyThroughTo;
/** @var array */
public $orderBy = [];
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class ManyToMany implements Annotation
{
/** @var string */
public $targetEntity;
/** @var string */
public $keyFrom;
/** @var string */
public $keyTo;
/** @var string */
public $keyThroughFrom;
/** @var string */
public $tableThrough;
/** @var string */
public $keyThroughTo;
/** @var array */
public $orderBy = [];
}
Function Calls
None |
Stats
MD5 | 6f51983beaece2cf8ec5ab96b791fb3c |
Eval Count | 0 |
Decode Time | 75 ms |